home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu1.dir / 00050_powerÉ{É^ÉìÇP.ls < prev    next >
Encoding:
Text File  |  1996-01-04  |  372 b   |  17 lines

  1. on mouseDown
  2.   global numb
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to 52
  6.     else
  7.       set the castNum of sprite clickOn() to 50
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 51
  12.   updateStage()
  13.   puppetSprite(30, 0)
  14.   set the visible of sprite 30 to 0
  15.   go(numb & "N")
  16. end
  17.